From: Juanma Barranquero Date: Wed, 28 May 2008 08:10:37 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21382 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=45c420d68fca08e6a7784022bd9443ba4d784f6e;p=emacs.git Fix typo in comment. --- diff --git a/src/w32fns.c b/src/w32fns.c index 9805afd119a..b18a1233b8a 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -5584,7 +5584,7 @@ w32_to_x_font (lplogfont, lpxstr, len, specific_charset) strcpy (height_dpi, "*"); } -#if 0 /* Never put the width in the xfld. It fails on fonts with +#if 0 /* Never put the width in the xlfd. It fails on fonts with double-width characters. */ if (lplogfont->lfWidth) sprintf (width_pixels, "%u", lplogfont->lfWidth * 10);